projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d736e8b
)
Don't distribute generated sources
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 5 Dec 2013 14:07:19 +0000
(09:07 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 5 Dec 2013 14:07:19 +0000
(09:07 -0500)
This was causing problems when building 3.10.6 against an older
wayland.
gdk/wayland/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk/wayland/Makefile.am
b/gdk/wayland/Makefile.am
index 634e326211a4523885af410e99d9313529b1144c..af95021fc2e9491b9b240ddb34121fa38872df4f 100644
(file)
--- a/
gdk/wayland/Makefile.am
+++ b/
gdk/wayland/Makefile.am
@@
-25,8
+25,10
@@
BUILT_SOURCES = \
gtk-shell-client-protocol.h \
gtk-shell-protocol.c
+nodist_libgdk_wayland_la_SOURCES = \
+ $(BUILT_SOURCES)
+
libgdk_wayland_la_SOURCES = \
- $(BUILT_SOURCES) \
gdkapplaunchcontext-wayland.c \
gdkcursor-wayland.c \
gdkdevice-wayland.c \